ENVIRONMENT DIVISION


	*   Describes the specific computer equipment that will be used 
	    by the program
	*   Assigns the input and output files to specific devices in 
	    the Input-Output section
	*   Entries in this division wil be dependent on 
	    (1) the computer system (2) the specific devices or hardware
	    used in the program
								
                                                                                                           OK